home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page8 / 00112.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  116 b   |  10 lines

  1. on mouseUp
  2.   global mb
  3.   if mb = 0 then
  4.     go("close")
  5.   end if
  6.   if mb = 1 then
  7.     go("roll close")
  8.   end if
  9. end
  10.